Add title to filter schemas#4355
Conversation
78604a9 to
8bfe446
Compare
|
I've done a |
bajtos
left a comment
There was a problem hiding this comment.
Lovely, the pull request is shaping up nicely 👍
Let's do few more iterations to iron out rough edges.
No worries. When working on a pull request, I usually run Fortunately, your pull request is reasonably small, so it's not that difficult to review it in whole. |
bajtos
left a comment
There was a problem hiding this comment.
I quickly skimmed through the changes and don't see any obvious problems.
Let's get one more approval before landing please, I'll ping @strongloop/sq-lb-apex via Slack.
05945db to
7a7cbd2
Compare
|
@bajtos Thanks for the feedback. How do I resolve the commit lint failure? |
Huh, it looks like the linter does not understand that your pull request is adding a single commit only and as a result, it's linting existing commits on master. I vaguely remember that we have encountered this problem once or twice in the past, but that was years ago and I don't remember much details. Let's try to rebase the pull request on top of the latest master to see if it helps. |
add title property to filter schemas(filter, where, scope) in preparation for openapi schema consolidation Signed-off-by: Douglas McConnachie <dougal83+git@gmail.com>
7a7cbd2 to
1623c83
Compare
|
Rebase fixed the problem. The pull request is landed, thank you @dougal83 for the contribution! ❤️ |
|
@bajtos Thank you for sorting it out for me! |
Adding titles to json filter schemas as groundwork toward openapi spec ref consolidation based on title property. See #4290
Checklist
npm testpasses on your machine